home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol E-14
/
Vol E-14.iso
/
games
/
conce006.swf
/
scripts
/
frame_1
/
PlaceObject2_9_8
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2014-03-11
|
264b
|
13 lines
onClipEvent(enterFrame){
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
if(loaded != 0)
{
percentLoaded = Math.floor(loaded / total * 100);
if(percentLoaded == 100)
{
_root.play();
}
}
}